type compress/flate.deflateFast
8 uses
compress/flate (current package)
deflate.go#L91: bestSpeed *deflateFast // Encoder for BestSpeed
deflatefast.go#L57: type deflateFast struct {
deflatefast.go#L63: func newDeflateFast() *deflateFast {
deflatefast.go#L64: return &deflateFast{cur: maxStoreBlockSize, prev: make([]byte, 0, maxStoreBlockSize)}
deflatefast.go#L69: func (e *deflateFast) encode(dst []token, src []byte) []token {
deflatefast.go#L211: func (e *deflateFast) matchLen(s, t int32, src []byte) int32 {
deflatefast.go#L270: func (e *deflateFast) reset() {
deflatefast.go#L286: func (e *deflateFast) shiftOffsets() {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |